Add "Since 2.8" to the signal and enum.
authorFederico Mena Quintero <federico@ximian.com>
Fri, 15 Jul 2005 06:09:25 +0000 (06:09 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Fri, 15 Jul 2005 06:09:25 +0000 (06:09 +0000)
2005-07-15  Federico Mena Quintero  <federico@ximian.com>

* gtk/tmpl/gtkfilechooser.sgml: Add "Since 2.8" to the signal and enum.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkfilechooser.sgml

index 97046189c0cadf270988dafc14ecae8e9d92a1e0..6b5a6529398abafd6c12151c5b00fc153d7c9945 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-15  Federico Mena Quintero  <federico@ximian.com>
+
+       * gtk/tmpl/gtkfilechooser.sgml: Add "Since 2.8" to the signal and enum.
+
 2005-07-15  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/tmpl/gtkfilechooserdialog.sgml: Add a "save" example to the
index 6d8aa5ede831c8a5c6c810c5e97db634ddf9e795..4b48dfbc0fa32fca334c2afd0039346e7ba7483b 100644 (file)
@@ -483,6 +483,10 @@ gtk_widget_destroy (chooser);
 @Returns: #GtkFileChooserConfirmation value that indicates which
     action to take after emitting the signal.
 
+    <para>
+      Since 2.8
+    </para>
+
 <!-- ##### SIGNAL GtkFileChooser::current-folder-changed ##### -->
 <para>
 
@@ -601,6 +605,10 @@ gtk_widget_destroy (chooser);
 @GTK_FILE_CHOOSER_CONFIRMATION_SELECT_AGAIN: The file chooser will
     continue running, so as to let the user select another file name.
 
+    <para>
+      Since 2.8
+    </para>
+
 <!-- ##### MACRO GTK_FILE_CHOOSER_ERROR ##### -->
     <para>
       Used to get the #GError quark for #GtkFileChooser errors.